type go.pact.im/x/process.leafRunnable

3 uses

	go.pact.im/x/process (current package)
		task.go#L67: 	return &leafRunnable{runInForeground, gracefulStop}
		task.go#L70: type leafRunnable struct {
		task.go#L75: func (r *leafRunnable) Run(ctx context.Context, callback Callback) error {